home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / Hyperj-Hz / HYPERWORLD.sit / HYPERWORLD / HyperWorld / HyperWorld / card_7304.txt < prev    next >
Encoding:
Text File  |  1987-10-14  |  20.7 KB  |  993 lines

  1. -- card: 7304 from stack: in
  2. -- bmap block id: 6921
  3. -- flags: 0000
  4. -- background id: 6767
  5. -- name: Visual One
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the time into card field "Time"
  9.   pass idle
  10. end idle
  11.  
  12. on openCard
  13.   set hilite of card button id 1 to true
  14.   set hilite of card button id 1 to false
  15.   set hilite of card button id 3 to true
  16.   set hilite of card button id 3 to false
  17.   set hilite of card button id 4 to true
  18.   set hilite of card button id 4 to false
  19.   set hilite of card button id 5 to true
  20.   set hilite of card button id 5 to false
  21.   set hilite of card button id 11 to true
  22.   set hilite of card button id 11 to false
  23.   set hilite of card button id 14 to true
  24.   set hilite of card button id 14 to false
  25.   set hilite of card button id 13 to true
  26.   set hilite of card button id 13 to false
  27.   set hilite of card button id 12 to true
  28.   set hilite of card button id 12 to false
  29.   set hilite of card button id 10 to true
  30.   set hilite of card button id 10 to false
  31.   set hilite of card button id 22 to true
  32.   set hilite of card button id 22 to false
  33.   set hilite of card button id 23 to true
  34.   set hilite of card button id 23 to false
  35.   set hilite of card button id 6 to true
  36.   set hilite of card button id 6 to false
  37.   set hilite of card button id 1 to true
  38.   set hilite of card button id 1 to false
  39.   set hilite of card button id 3 to true
  40.   set hilite of card button id 3 to false
  41.   set hilite of card button id 4 to true
  42.   set hilite of card button id 4 to false
  43.   set hilite of card button id 5 to true
  44.   set hilite of card button id 5 to false
  45.   set hilite of card button id 11 to true
  46.   set hilite of card button id 11 to false
  47.   set hilite of card button id 14 to true
  48.   set hilite of card button id 14 to false
  49.   set hilite of card button id 13 to true
  50.   set hilite of card button id 13 to false
  51.   set hilite of card button id 12 to true
  52.   set hilite of card button id 12 to false
  53.   set hilite of card button id 10 to true
  54.   set hilite of card button id 10 to false
  55.   set hilite of card button id 22 to true
  56.   set hilite of card button id 22 to false
  57.   set hilite of card button id 23 to true
  58.   set hilite of card button id 23 to false
  59.   set hilite of card button id 6 to true
  60.   set hilite of card button id 6 to false
  61.   set hilite of card button id 1 to true
  62.   set hilite of card button id 1 to false
  63.   set hilite of card button id 3 to true
  64.   set hilite of card button id 3 to false
  65.   set hilite of card button id 4 to true
  66.   set hilite of card button id 4 to false
  67.   set hilite of card button id 5 to true
  68.   set hilite of card button id 5 to false
  69.   set hilite of card button id 11 to true
  70.   set hilite of card button id 11 to false
  71.   set hilite of card button id 14 to true
  72.   set hilite of card button id 14 to false
  73.   set hilite of card button id 13 to true
  74.   set hilite of card button id 13 to false
  75.   set hilite of card button id 12 to true
  76.   set hilite of card button id 12 to false
  77.   set hilite of card button id 10 to true
  78.   set hilite of card button id 10 to false
  79.   set hilite of card button id 22 to true
  80.   set hilite of card button id 22 to false
  81.   set hilite of card button id 23 to true
  82.   set hilite of card button id 23 to false
  83.   set hilite of card button id 6 to true
  84.   set hilite of card button id 6 to false
  85. end openCard
  86.  
  87.  
  88.  
  89. -- part 1 (button)
  90. -- low flags: 00
  91. -- high flags: A002
  92. -- rect: left=9 top=48 right=69 bottom=186
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Dissolve
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual effect dissolve
  104.   go to next card
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 3 (button)
  110. -- low flags: 00
  111. -- high flags: A002
  112. -- rect: left=9 top=68 right=89 bottom=186
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Iris Close
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual effect iris close
  124.   go to next card
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 4 (button)
  130. -- low flags: 00
  131. -- high flags: A002
  132. -- rect: left=9 top=88 right=109 bottom=186
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Wipe Left
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   visual effect wipe Left
  144.   go to next card
  145. end mouseUp
  146.  
  147.  
  148.  
  149. -- part 5 (button)
  150. -- low flags: 00
  151. -- high flags: A002
  152. -- rect: left=9 top=108 right=128 bottom=186
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Scroll Left
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   visual effect Scroll Left
  164.   go to next card
  165. end mouseUp
  166.  
  167.  
  168.  
  169. -- part 6 (button)
  170. -- low flags: 00
  171. -- high flags: A002
  172. -- rect: left=9 top=269 right=292 bottom=186
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 1
  176. -- font id: 0
  177. -- text size: 12
  178. -- style flags: 0
  179. -- line height: 16
  180. -- part name: Flash 6 times
  181. ----- HyperTalk script -----
  182. on mouseUp
  183.   Flash 6
  184. end mouseUp
  185.  
  186.  
  187.  
  188. -- part 10 (button)
  189. -- low flags: 00
  190. -- high flags: A002
  191. -- rect: left=9 top=210 right=231 bottom=186
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 0 / 0
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Sound effect 'Boing'
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   Play Boing
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 11 (button)
  208. -- low flags: 00
  209. -- high flags: A002
  210. -- rect: left=9 top=127 right=148 bottom=186
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 0 / 0
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Scroll Down
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   visual effect Scroll Down
  222.   go to next card
  223. end mouseUp
  224.  
  225.  
  226.  
  227. -- part 12 (button)
  228. -- low flags: 00
  229. -- high flags: A002
  230. -- rect: left=9 top=188 right=211 bottom=186
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 1
  234. -- font id: 0
  235. -- text size: 12
  236. -- style flags: 0
  237. -- line height: 16
  238. -- part name: Barn Door Open
  239. ----- HyperTalk script -----
  240. on mouseUp
  241.   visual effect Barn Door Open
  242.   go to next card
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 13 (button)
  248. -- low flags: 00
  249. -- high flags: A002
  250. -- rect: left=9 top=167 right=189 bottom=186
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: Zoom Open
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   visual effect Zoom Open
  262.   go to next card
  263. end mouseUp
  264.  
  265.  
  266.  
  267. -- part 14 (button)
  268. -- low flags: 00
  269. -- high flags: A002
  270. -- rect: left=9 top=147 right=168 bottom=186
  271. -- title width / last selected line: 0
  272. -- icon id / first selected line: 0 / 0
  273. -- text alignment: 1
  274. -- font id: 0
  275. -- text size: 12
  276. -- style flags: 0
  277. -- line height: 16
  278. -- part name: Wipe Down
  279. ----- HyperTalk script -----
  280. on mouseUp
  281.   visual effect wipe Down
  282.   go to next card
  283. end mouseUp
  284.  
  285.  
  286.  
  287. -- part 22 (button)
  288. -- low flags: 00
  289. -- high flags: A002
  290. -- rect: left=9 top=230 right=251 bottom=186
  291. -- title width / last selected line: 0
  292. -- icon id / first selected line: 0 / 0
  293. -- text alignment: 1
  294. -- font id: 0
  295. -- text size: 12
  296. -- style flags: 0
  297. -- line height: 16
  298. -- part name: Sound effect 'Boing3'
  299. ----- HyperTalk script -----
  300. on mouseUp
  301.   Play Boing a f c
  302. end mouseUp
  303.  
  304.  
  305.  
  306. -- part 23 (button)
  307. -- low flags: 00
  308. -- high flags: A002
  309. -- rect: left=9 top=250 right=270 bottom=187
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 1
  313. -- font id: 0
  314. -- text size: 12
  315. -- style flags: 0
  316. -- line height: 16
  317. -- part name: Harpsichord
  318. ----- HyperTalk script -----
  319. on mouseUp
  320.   play harpsichord a f c
  321. end mouseUp
  322.  
  323.  
  324.  
  325. -- part 24 (button)
  326. -- low flags: 00
  327. -- high flags: 8002
  328. -- rect: left=185 top=48 right=69 bottom=255
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 1
  332. -- font id: 0
  333. -- text size: 12
  334. -- style flags: 0
  335. -- line height: 16
  336. -- part name: Script...
  337. ----- HyperTalk script -----
  338. on mouseUp
  339.   show card field ID 25
  340. end mouseUp
  341.  
  342.  
  343. -- part 25 (field)
  344. -- low flags: 81
  345. -- high flags: 0004
  346. -- rect: left=351 top=65 right=119 bottom=492
  347. -- title width / last selected line: 0
  348. -- icon id / first selected line: 0 / 0
  349. -- text alignment: 0
  350. -- font id: 3
  351. -- text size: 10
  352. -- style flags: 0
  353. -- line height: 13
  354. -- part name: 
  355. ----- HyperTalk script -----
  356. on mouseup
  357.   hide card field ID 25
  358. end mouseUp
  359.  
  360.  
  361. -- part 26 (button)
  362. -- low flags: 00
  363. -- high flags: 8002
  364. -- rect: left=185 top=68 right=89 bottom=255
  365. -- title width / last selected line: 0
  366. -- icon id / first selected line: 0 / 0
  367. -- text alignment: 1
  368. -- font id: 0
  369. -- text size: 12
  370. -- style flags: 0
  371. -- line height: 16
  372. -- part name: Script...
  373. ----- HyperTalk script -----
  374. on mouseUp
  375.   show card field ID 37
  376. end mouseUp
  377.  
  378.  
  379. -- part 27 (button)
  380. -- low flags: 00
  381. -- high flags: 8002
  382. -- rect: left=185 top=88 right=109 bottom=255
  383. -- title width / last selected line: 0
  384. -- icon id / first selected line: 0 / 0
  385. -- text alignment: 1
  386. -- font id: 0
  387. -- text size: 12
  388. -- style flags: 0
  389. -- line height: 16
  390. -- part name: Script...
  391. ----- HyperTalk script -----
  392. on mouseUp
  393.   show card field ID 38
  394. end mouseUp
  395.  
  396.  
  397. -- part 28 (button)
  398. -- low flags: 00
  399. -- high flags: 8002
  400. -- rect: left=185 top=108 right=128 bottom=255
  401. -- title width / last selected line: 0
  402. -- icon id / first selected line: 0 / 0
  403. -- text alignment: 1
  404. -- font id: 0
  405. -- text size: 12
  406. -- style flags: 0
  407. -- line height: 16
  408. -- part name: Script...
  409. ----- HyperTalk script -----
  410. on mouseUp
  411.   show card field ID 39
  412. end mouseUp
  413.  
  414.  
  415. -- part 29 (button)
  416. -- low flags: 00
  417. -- high flags: 8002
  418. -- rect: left=185 top=127 right=148 bottom=255
  419. -- title width / last selected line: 0
  420. -- icon id / first selected line: 0 / 0
  421. -- text alignment: 1
  422. -- font id: 0
  423. -- text size: 12
  424. -- style flags: 0
  425. -- line height: 16
  426. -- part name: Script...
  427. ----- HyperTalk script -----
  428. on mouseUp
  429.   show card field ID 40
  430. end mouseUp
  431.  
  432.  
  433. -- part 30 (button)
  434. -- low flags: 00
  435. -- high flags: 8002
  436. -- rect: left=185 top=210 right=231 bottom=255
  437. -- title width / last selected line: 0
  438. -- icon id / first selected line: 0 / 0
  439. -- text alignment: 1
  440. -- font id: 0
  441. -- text size: 12
  442. -- style flags: 0
  443. -- line height: 16
  444. -- part name: Script...
  445. ----- HyperTalk script -----
  446. on mouseUp
  447.   show card field 8
  448. end mouseUp
  449.  
  450.  
  451. -- part 31 (button)
  452. -- low flags: 00
  453. -- high flags: 8002
  454. -- rect: left=185 top=230 right=251 bottom=255
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 1
  458. -- font id: 0
  459. -- text size: 12
  460. -- style flags: 0
  461. -- line height: 16
  462. -- part name: Script...
  463. ----- HyperTalk script -----
  464. on mouseUp
  465.   show card field 9
  466. end mouseUp
  467.  
  468.  
  469. -- part 32 (button)
  470. -- low flags: 00
  471. -- high flags: 8002
  472. -- rect: left=185 top=250 right=270 bottom=255
  473. -- title width / last selected line: 0
  474. -- icon id / first selected line: 0 / 0
  475. -- text alignment: 1
  476. -- font id: 0
  477. -- text size: 12
  478. -- style flags: 0
  479. -- line height: 16
  480. -- part name: Script...
  481. ----- HyperTalk script -----
  482. on mouseUp
  483.   show card field 10
  484. end mouseUp
  485.  
  486.  
  487. -- part 33 (button)
  488. -- low flags: 00
  489. -- high flags: 8002
  490. -- rect: left=185 top=167 right=189 bottom=255
  491. -- title width / last selected line: 0
  492. -- icon id / first selected line: 0 / 0
  493. -- text alignment: 1
  494. -- font id: 0
  495. -- text size: 12
  496. -- style flags: 0
  497. -- line height: 16
  498. -- part name: Script...
  499. ----- HyperTalk script -----
  500. on mouseUp
  501.   show card field 11
  502. end mouseUp
  503.  
  504.  
  505. -- part 34 (button)
  506. -- low flags: 00
  507. -- high flags: 8002
  508. -- rect: left=185 top=188 right=211 bottom=255
  509. -- title width / last selected line: 0
  510. -- icon id / first selected line: 0 / 0
  511. -- text alignment: 1
  512. -- font id: 0
  513. -- text size: 12
  514. -- style flags: 0
  515. -- line height: 16
  516. -- part name: Script...
  517. ----- HyperTalk script -----
  518. on mouseUp
  519.   show card field 12
  520. end mouseUp
  521.  
  522.  
  523. -- part 35 (button)
  524. -- low flags: 00
  525. -- high flags: 8002
  526. -- rect: left=185 top=269 right=292 bottom=255
  527. -- title width / last selected line: 0
  528. -- icon id / first selected line: 0 / 0
  529. -- text alignment: 1
  530. -- font id: 0
  531. -- text size: 12
  532. -- style flags: 0
  533. -- line height: 16
  534. -- part name: Script...
  535. ----- HyperTalk script -----
  536. on mouseUp
  537.   show card field 13
  538. end mouseUp
  539.  
  540.  
  541. -- part 36 (button)
  542. -- low flags: 00
  543. -- high flags: 8002
  544. -- rect: left=185 top=147 right=168 bottom=255
  545. -- title width / last selected line: 0
  546. -- icon id / first selected line: 0 / 0
  547. -- text alignment: 1
  548. -- font id: 0
  549. -- text size: 12
  550. -- style flags: 0
  551. -- line height: 16
  552. -- part name: Script...
  553. ----- HyperTalk script -----
  554. on mouseUp
  555.   show card field 14
  556. end mouseUp
  557.  
  558.  
  559. -- part 37 (field)
  560. -- low flags: 81
  561. -- high flags: 0004
  562. -- rect: left=348 top=69 right=123 bottom=506
  563. -- title width / last selected line: 0
  564. -- icon id / first selected line: 0 / 0
  565. -- text alignment: 0
  566. -- font id: 3
  567. -- text size: 10
  568. -- style flags: 0
  569. -- line height: 13
  570. -- part name: 
  571. ----- HyperTalk script -----
  572. on mouseup
  573.   hide card field ID 37
  574. end mouseUp
  575.  
  576.  
  577. -- part 16 (field)
  578. -- low flags: 81
  579. -- high flags: 0004
  580. -- rect: left=6 top=73 right=155 bottom=229
  581. -- title width / last selected line: 0
  582. -- icon id / first selected line: 0 / 0
  583. -- text alignment: 0
  584. -- font id: 0
  585. -- text size: 12
  586. -- style flags: 0
  587. -- line height: 16
  588. -- part name: Note1
  589. ----- HyperTalk script -----
  590. on MouseUp
  591.   hide card field 4
  592. end MouseUp
  593.  
  594.  
  595.  
  596. -- part 38 (field)
  597. -- low flags: 81
  598. -- high flags: 0004
  599. -- rect: left=346 top=75 right=128 bottom=504
  600. -- title width / last selected line: 0
  601. -- icon id / first selected line: 0 / 0
  602. -- text alignment: 0
  603. -- font id: 3
  604. -- text size: 10
  605. -- style flags: 0
  606. -- line height: 13
  607. -- part name: 
  608. ----- HyperTalk script -----
  609. on mouseup
  610.   hide card field ID 38
  611. end mouseUp
  612.  
  613.  
  614. -- part 39 (field)
  615. -- low flags: 81
  616. -- high flags: 0004
  617. -- rect: left=346 top=71 right=125 bottom=504
  618. -- title width / last selected line: 0
  619. -- icon id / first selected line: 0 / 0
  620. -- text alignment: 0
  621. -- font id: 3
  622. -- text size: 10
  623. -- style flags: 0
  624. -- line height: 13
  625. -- part name: 
  626. ----- HyperTalk script -----
  627. on mouseup
  628.   hide card field ID 39
  629. end mouseUp
  630.  
  631.  
  632. -- part 40 (field)
  633. -- low flags: 81
  634. -- high flags: 0004
  635. -- rect: left=347 top=67 right=123 bottom=505
  636. -- title width / last selected line: 0
  637. -- icon id / first selected line: 0 / 0
  638. -- text alignment: 0
  639. -- font id: 3
  640. -- text size: 10
  641. -- style flags: 0
  642. -- line height: 13
  643. -- part name: 
  644. ----- HyperTalk script -----
  645. on mouseup
  646.   hide card field ID 40
  647. end mouseUp
  648.  
  649.  
  650. -- part 41 (field)
  651. -- low flags: 81
  652. -- high flags: 0004
  653. -- rect: left=55 top=262 right=317 bottom=212
  654. -- title width / last selected line: 0
  655. -- icon id / first selected line: 0 / 0
  656. -- text alignment: 0
  657. -- font id: 3
  658. -- text size: 10
  659. -- style flags: 0
  660. -- line height: 13
  661. -- part name: 
  662. ----- HyperTalk script -----
  663. on mouseup
  664.   hide card field 8
  665. end mouseUp
  666.  
  667.  
  668. -- part 42 (field)
  669. -- low flags: 81
  670. -- high flags: 0004
  671. -- rect: left=356 top=67 right=120 bottom=494
  672. -- title width / last selected line: 0
  673. -- icon id / first selected line: 0 / 0
  674. -- text alignment: 0
  675. -- font id: 3
  676. -- text size: 10
  677. -- style flags: 0
  678. -- line height: 13
  679. -- part name: 
  680. ----- HyperTalk script -----
  681. on mouseup
  682.   hide card field 8
  683. end mouseUp
  684.  
  685.  
  686. -- part 43 (field)
  687. -- low flags: 81
  688. -- high flags: 0004
  689. -- rect: left=353 top=74 right=128 bottom=491
  690. -- title width / last selected line: 0
  691. -- icon id / first selected line: 0 / 0
  692. -- text alignment: 0
  693. -- font id: 3
  694. -- text size: 10
  695. -- style flags: 0
  696. -- line height: 13
  697. -- part name: 
  698. ----- HyperTalk script -----
  699. on mouseup
  700.   hide card field 9
  701. end mouseUp
  702.  
  703.  
  704. -- part 44 (field)
  705. -- low flags: 81
  706. -- high flags: 0004
  707. -- rect: left=350 top=75 right=117 bottom=488
  708. -- title width / last selected line: 0
  709. -- icon id / first selected line: 0 / 0
  710. -- text alignment: 0
  711. -- font id: 3
  712. -- text size: 10
  713. -- style flags: 0
  714. -- line height: 13
  715. -- part name: 
  716. ----- HyperTalk script -----
  717. on mouseup
  718.   hide card field 10
  719. end mouseUp
  720.  
  721.  
  722. -- part 45 (field)
  723. -- low flags: 81
  724. -- high flags: 0004
  725. -- rect: left=353 top=68 right=121 bottom=491
  726. -- title width / last selected line: 0
  727. -- icon id / first selected line: 0 / 0
  728. -- text alignment: 0
  729. -- font id: 3
  730. -- text size: 10
  731. -- style flags: 0
  732. -- line height: 13
  733. -- part name: 
  734. ----- HyperTalk script -----
  735. on mouseup
  736.   hide card field 11
  737. end mouseUp
  738.  
  739.  
  740. -- part 46 (field)
  741. -- low flags: 81
  742. -- high flags: 0004
  743. -- rect: left=346 top=70 right=124 bottom=503
  744. -- title width / last selected line: 0
  745. -- icon id / first selected line: 0 / 0
  746. -- text alignment: 0
  747. -- font id: 3
  748. -- text size: 10
  749. -- style flags: 0
  750. -- line height: 13
  751. -- part name: 
  752. ----- HyperTalk script -----
  753. on mouseup
  754.   hide card field 12
  755. end mouseUp
  756.  
  757.  
  758. -- part 47 (field)
  759. -- low flags: 81
  760. -- high flags: 0004
  761. -- rect: left=357 top=90 right=146 bottom=495
  762. -- title width / last selected line: 0
  763. -- icon id / first selected line: 0 / 0
  764. -- text alignment: 0
  765. -- font id: 3
  766. -- text size: 10
  767. -- style flags: 0
  768. -- line height: 13
  769. -- part name: 
  770. ----- HyperTalk script -----
  771. on mouseup
  772.   hide card field 13
  773. end mouseUp
  774.  
  775.  
  776. -- part 50 (button)
  777. -- low flags: 00
  778. -- high flags: 8004
  779. -- rect: left=290 top=265 right=286 bottom=485
  780. -- title width / last selected line: 0
  781. -- icon id / first selected line: 0 / 0
  782. -- text alignment: 1
  783. -- font id: 0
  784. -- text size: 12
  785. -- style flags: 0
  786. -- line height: 16
  787. -- part name: Visual Effects
  788.  
  789.  
  790. -- part 51 (field)
  791. -- low flags: 81
  792. -- high flags: 0004
  793. -- rect: left=353 top=42 right=98 bottom=498
  794. -- title width / last selected line: 0
  795. -- icon id / first selected line: 0 / 0
  796. -- text alignment: 0
  797. -- font id: 3
  798. -- text size: 10
  799. -- style flags: 0
  800. -- line height: 13
  801. -- part name: 
  802. ----- HyperTalk script -----
  803. on mouseUp
  804.   hide card field 14
  805. end mouseUp
  806.  
  807.  
  808.  
  809.  
  810. -- part 52 (button)
  811. -- low flags: 00
  812. -- high flags: A000
  813. -- rect: left=391 top=287 right=342 bottom=433
  814. -- title width / last selected line: 0
  815. -- icon id / first selected line: 4221 / 4221
  816. -- text alignment: 1
  817. -- font id: 0
  818. -- text size: 12
  819. -- style flags: 0
  820. -- line height: 16
  821. -- part name: Return
  822. ----- HyperTalk script -----
  823. on mouseUp
  824.   play harpsichord"ee c"
  825.   visual wipe right
  826.   go to card"contents"
  827. end mouseUp
  828.  
  829.  
  830.  
  831. -- part 53 (button)
  832. -- low flags: 00
  833. -- high flags: A000
  834. -- rect: left=432 top=287 right=342 bottom=473
  835. -- title width / last selected line: 0
  836. -- icon id / first selected line: 25911 / 25911
  837. -- text alignment: 1
  838. -- font id: 0
  839. -- text size: 12
  840. -- style flags: 0
  841. -- line height: 16
  842. -- part name: Quit
  843. ----- HyperTalk script -----
  844. on mouseUp
  845.   play harpsichord "ee c"
  846.   wait 1 seconds
  847.   answer "Do You Really Want To Quit?" with "Yes" or "No"
  848.   if it is "No" then exit mouseUp
  849.   play harpsichord tempo 380 "b r c# r b r a# r bw"
  850.   wait 2 seconds
  851.   visual dissolve to gray
  852.   visual dissolve slowly to black
  853.   doMenu "Compact Stack"
  854.   doMenu "Quit HyperCard"
  855. end mouseUp
  856.  
  857.  
  858.  
  859. -- part 54 (button)
  860. -- low flags: 00
  861. -- high flags: A002
  862. -- rect: left=9 top=291 right=316 bottom=255
  863. -- title width / last selected line: 0
  864. -- icon id / first selected line: 0 / 0
  865. -- text alignment: 1
  866. -- font id: 0
  867. -- text size: 12
  868. -- style flags: 0
  869. -- line height: 16
  870. -- part name: Go To The Next Page
  871. ----- HyperTalk script -----
  872. on mouseUp
  873.   visual effect dissolve
  874.   go to next card
  875. end mouseUp
  876.  
  877.  
  878.  
  879. -- part 55 (field)
  880. -- low flags: 01
  881. -- high flags: 0004
  882. -- rect: left=425 top=26 right=46 bottom=505
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 1
  886. -- font id: 3
  887. -- text size: 12
  888. -- style flags: 256
  889. -- line height: 16
  890. -- part name: Time
  891.  
  892.  
  893. -- part contents for card part 16
  894. ----- text -----
  895. Visual Effects Samples Created by G.M. Wayne, CIS 71635,1374.  Please Distribute or use as you like!  (Click in this box to close.)
  896.  
  897. -- part contents for card part 25
  898. ----- text -----
  899. on mouseUp
  900.   Visual Effect Dissolve
  901.   Go To Prev Card
  902. end mouseUp
  903. end mouseUp
  904.  
  905.  
  906. -- part contents for card part 37
  907. ----- text -----
  908. on mouseUp
  909.   Visual Effect Iris Close
  910.   Go To Prev Card
  911. end mouseUp
  912.  
  913.  
  914. -- part contents for card part 38
  915. ----- text -----
  916. on mouseUp
  917.   Visual Effect Wipe Left
  918.   Go To Prev Card
  919. end mouseUp
  920.  
  921. -- part contents for card part 39
  922. ----- text -----
  923. on mouseUp
  924.   Visual Effect Scroll Left
  925.   Go To Prev Card
  926. end mouseUp
  927. end mouseUp
  928.  
  929. -- part contents for card part 40
  930. ----- text -----
  931. on mouseUp
  932.   Visual Effect Scroll Down
  933.   Go To Prev Card
  934. end mouseUp
  935.  
  936. -- part contents for card part 41
  937. ----- text -----
  938. on mouseUp
  939.   Visual Effect Wipe Down
  940.   Go To Prev Card
  941. end mouseUp
  942.  
  943. -- part contents for card part 42
  944. ----- text -----
  945. on mouseUp
  946.   Play Boing
  947. end mouseUp
  948.  
  949. -- part contents for card part 43
  950. ----- text -----
  951. on mouseUp
  952.   Play Boing a f c
  953. end mouseUp
  954.  
  955. -- part contents for card part 44
  956. ----- text -----
  957. on mouseUp
  958.   Play harpsichord a f c
  959. end mouseUp
  960. end mouseUp
  961.  
  962. -- part contents for card part 45
  963. ----- text -----
  964. on mouseUp
  965.   Visual Effect Zoom Open
  966.   Go To Prev Card
  967. end mouseUp
  968. end mouseUp
  969.  
  970. -- part contents for card part 46
  971. ----- text -----
  972. on mouseUp
  973.   Visual Effect Barn Door Open
  974.   Go To Prev Card
  975. end mouseUp
  976.  
  977. -- part contents for card part 47
  978. ----- text -----
  979. on mouseUp
  980.   Flash 6
  981. end mouseUp
  982.  
  983. -- part contents for card part 51
  984. ----- text -----
  985. on mouseUp
  986.   visual wipe down
  987.   go to next card
  988. end on mouseUp
  989.  
  990.  
  991. -- part contents for card part 55
  992. ----- text -----
  993. 22:27